home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_3543 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  104 b   |  7 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.nuggetReady = 1;
  4.    _root.score = 0;
  5.    gotoAndStop(5);
  6. }
  7.